All Questions
Tagged with hooksunit-testing
1 question
1vote
0answers
696views
How to run the Unit Test on Master branch using hook before merging the incoming changes of other branches
We have project which have more than 500 unit test and run for hours through Jenkins CI pipeline. In case there is failure of single UNIT test we need to kick off the build job again. I want to run ...